lcEventReturnCode Home

Used inside of application-defined event procedure to send an integer return value to LiteCAD.

 void lcEventReturnCode (
   int Code
 );

Parameters
Code
  An integer value to be send from event procedure to LiteCAD. A meaning of the value depends on the event type.

Return Value

  None.